home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 2
/
Atari Mega Archive CD - Volume 2.iso
/
minix
/
up1510b.tgz
/
up1510b
/
src
/
lib
/
posix
/
unlink.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-19
|
104b
|
8 lines
#include <lib.h>
PUBLIC int unlink(name)
_CONST char *name;
{
return(callm3(FS, UNLINK, 0, name));
}